home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
Other Langs
/
Tickle-4.0 (tcl)
/
src
/
version.h
< prev
next >
Wrap
Text File
|
1993-11-18
|
1KB
|
43 lines
/*
** This source code was written by Tim Endres
** Email: time@ice.com.
** USMail: 8840 Main Street, Whitmore Lake, MI 48189
**
** Some portions of this application utilize sources
** that are copyrighted by ICE Engineering, Inc., and
** ICE Engineering retains all rights to those sources.
**
** Neither ICE Engineering, Inc., nor Tim Endres,
** warrants this source code for any reason, and neither
** party assumes any responsbility for the use of these
** sources, libraries, or applications. The user of these
** sources and binaries assumes all responsbilities for
** any resulting consequences.
*/
#ifdef ALLOCATE_GLOBALS
char SHORT_VERSION_STR[]="4.0v1";
char VERSION_STR[]="Release: 4.0v1";
char VERSION_DATE[]="Date: November, 1993";
#ifdef TCLAPPL
char INFO_FORMAT_STRING[]="tickle - Release: 4.0v1. By Tim Endres.";
#else
char INFO_FORMAT_STRING[]="tclEngine - Release: 4.0v1. By Tim Endres.";
#endif
#else
extern char SHORT_VERSION_STR[];
extern char VERSION_STR[];
extern char VERSION_DATE[];
extern char INFO_FORMAT_STRING[];
#endif